home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 16 / ldebugdemo / module1.c < prev    next >
C/C++ Source or Header  |  1994-01-27  |  103b  |  9 lines

  1. Module1(Argnum,cptr)
  2. int Argnum;
  3. char *cptr;
  4. {
  5.  
  6.    printf("Argument # %d is \"%s\"\n",Argnum,cptr);
  7.  
  8. }
  9.